home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / cgi-bin / perltest.cgi < prev    next >
Encoding:
Text File  |  2006-05-08  |  361 b   |  11 lines

  1. #!"\xampp\perl\bin\perl.exe"
  2.  
  3. print "Content-type: text/html\n\n";
  4. print '<html>';
  5. print '<head>';
  6. print '<meta name="author" content="Kay Vogelgesang">';
  7. print '<link href="/xampp/xampp.css" rel="stylesheet" type="text/css">';
  8. print '</head>';
  9. print "<body> <p><h1>GCI with MiniPerl</h1>";
  10. print  "CGI with MiniPerl is ready ...</body></html>";
  11.